Fix "kernel direct mapping tables" printk.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Mon, 6 Feb 2006 15:41:26 +0000 (15:41 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Mon, 6 Feb 2006 15:41:26 +0000 (15:41 +0000)
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6-xen-sparse/arch/x86_64/mm/init-xen.c

index c8e3099e75013025b9430146ff82bd537e34515b..b51b60bf63f96be2c64196e8130e1e15e405cc07 100644 (file)
@@ -629,7 +629,7 @@ static void __init find_early_table_space(unsigned long end)
        table_start = start_pfn;
 
        early_printk("kernel direct mapping tables up to %lx @ %lx-%lx\n",
-               __pa(end), table_start << PAGE_SHIFT, start_pfn << PAGE_SHIFT);
+               end, table_start << PAGE_SHIFT, start_pfn << PAGE_SHIFT);
 }
 
 /* Setup the direct mapping of the physical memory at PAGE_OFFSET.